home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / swf / header.swf / scripts / frame_1 / DoAction.as
Text File  |  2004-09-06  |  365b  |  20 lines

  1. function revert()
  2. {
  3.    gotoAndStop(Tardis.ActiveSection.id);
  4. }
  5. function go(str)
  6. {
  7.    var _loc1_ = this;
  8.    _loc1_.prevSection = currentSection;
  9.    _loc1_.currentSection = str;
  10.    _loc1_.gotoAndPlay(3);
  11. }
  12. function clearUp()
  13. {
  14.    go("default");
  15. }
  16. this.prevSection = currentSection = "default";
  17. delete Tardis.Settings.issue_year;
  18. clearUp();
  19. stop();
  20.